Can Foswiki be used as a distributed Redmine replacement? [closed]
Posted
by
Tobias Kienzler
on Programmers
See other posts from Programmers
or by Tobias Kienzler
Published on 2012-09-26T07:13:29Z
Indexed on
2012/09/26
15:50 UTC
Read the original article
Hit count: 433
I am quite familiar with and love using git
, among other reasons due to its distributed nature. Now I'd like to set up some similarly distributed (FOSS) Project Management software with features similar to what Redmine offers, such as
- Issue & time tracking, milestones
- Gantt charts, calendar
- git integration, maybe some automatic linking of commits and issues
- Wiki (preferably with Mathjax support)
- Forum, news, notifications
- Multiple Projects
However, I am looking for a solution that does not require a permanently accesible server, i.e. like in git, each user should have their own copy which can be easily synchronized with others. However it should be possible to not have a copy of every Project on every machine. Since trac uses multiple instances for multiple projects anyway, I was considering using that, but I neither know how well it adapts to simply git
ing the database itself (which would be be easiest way to handle the distribution due to git being used anyway), nor does it include all of Redmine's feature.
After checking http://www.wikimatrix.org for Wikis with integrated tracking system and RCS support, and filtering out seemingly stale project, the choices basically boil down to Foswiki, TWiki and Ikiwiki. The latter doesn't seem to offer as many usability features, and in the TWiki vs Foswiki issue I tend to the latter. Finally, there is Fossil, which starts from the other end by attempting to replace git entirely and tracking itself. I am however not too comfortable with the thought of replacing git, and Fossil's non-SCM features don't seem to be as developed.
Now before I invest too much time when someone else might already have tried this, I basically have two questions:
- Are there crucial features of Project Management software like Redmine that Foswiki does not provide even with all the extensions available?
- How to set Foswiki up to use git instead of the perl RcsLite?
© Programmers or respective owner